Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / Count Property

In This Topic
    Count Property (BaseStorage<T,TMappingCollection>)
    In This Topic
    Gets the total number of items in the underlying list.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Count As Integer
    public virtual int Count {get;}
    See Also